home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2000 February / cd joystick no112 fevrier 2000.iso / DATA / Demos / ageofwonder / data1.cab / Program / AoW.exe / 0 / RCDATA / TGENERAL / TGENERAL.txt
Text File  |  1999-10-21  |  2KB  |  73 lines

  1. object General: TGeneral
  2.   OnCreate = GeneralCreate
  3.   OnDestroy = GeneralDestroy
  4.   Left = 797
  5.   Top = 443
  6.   Height = 108
  7.   Width = 162
  8.   object Manager: TAOWWinManager
  9.     OnKeyDown = ManagerKeyDown
  10.     OnUpdate = ManagerUpdate
  11.     OnDebugMessage = ManagerDebugMessage
  12.     Cursor = crDefault
  13.     OnChangeCursor = ManagerChangeCursor
  14.     WinLeft = 0
  15.     WinTop = 0
  16.     WinWidth = 640
  17.     WinHeight = 480
  18.     BackgroundTexture = IntGfxMod.GenericT
  19.     ForegroundTexture = IntGfxMod.GenericT
  20.     ILIndexTBack = 0
  21.     ILIndexTFore = 1
  22.     OverlayPriority = 0
  23.     BorderLeft = 0
  24.     BorderRight = 0
  25.     BorderTop = 0
  26.     BorderBottom = 48
  27.     DrawOverlay = True
  28.     Left = 24
  29.     Top = 8
  30.   end
  31.   object ToolTip: TAOWToolTip
  32.     Visible = False
  33.     Priority = 25000
  34.     WinLeft = 0
  35.     WinTop = 0
  36.     WinWidth = 200
  37.     Masked = False
  38.     Alignment.AlignWidth = awNone
  39.     Alignment.AlignHeight = ahNone
  40.     Alignment.HeightPercent = 0
  41.     Alignment.WidthPercent = 0
  42.     Alignment.LeftOffPercent = 0
  43.     Alignment.RightOffPercent = 0
  44.     Alignment.TopOffPercent = 0
  45.     Alignment.BottomOffPercent = 0
  46.     Alignment.LeftOffset = 0
  47.     Alignment.RightOffset = 0
  48.     Alignment.TopOffset = 0
  49.     Alignment.BottomOffset = 0
  50.     WinManager = Manager
  51.     UseVMem = False
  52.     BorderWidth = 10
  53.     BorderHeight = 3
  54.     OverlapTopCorners = False
  55.     Cursor = crDefault
  56.     DoubleBuffered = False
  57.     MaskColor = clBlack
  58.     FreeSurfaceOnHide = False
  59.     ILFrame = IntGfxMod.GenericF
  60.     ILIndexFrame = 24
  61.     ILIndexTexture = 3
  62.     ILTexture = IntGfxMod.GenericT
  63.     AOWFont = FontModule.Age8
  64.     TextColor = clBlack
  65.     ToolTipStatic = False
  66.     ToolTipDelay = 25
  67.     ShowDuration = 250
  68.     ItemHeight = 12
  69.     Left = 96
  70.     Top = 8
  71.   end
  72. end
  73.